ExternalLibraries

Overview

Methods

addExternalLibraries

addExternalLibraries ( paths : string[]): void

Instantiates an external third party library into the application for custom workflows.

workflowApi.externalLibraries.addExternalLibraries(["https://cdn.plot.ly/plotly-latest.min.js"]);

Parameters

  • paths:string[]

    Each string represent the url for the library source.

Returns void